﻿2026-06-16T05:03:35.5034498Z ##[group]Run actions/checkout@v5
2026-06-16T05:03:35.5035251Z with:
2026-06-16T05:03:35.5035600Z   fetch-depth: 0
2026-06-16T05:03:35.5036015Z   repository: SaberMage/spt-core
2026-06-16T05:03:35.5039228Z   token: ***
2026-06-16T05:03:35.5039588Z   ssh-strict: true
2026-06-16T05:03:35.5039945Z   ssh-user: git
2026-06-16T05:03:35.5040297Z   persist-credentials: true
2026-06-16T05:03:35.5040698Z   clean: true
2026-06-16T05:03:35.5041061Z   sparse-checkout-cone-mode: true
2026-06-16T05:03:35.5041489Z   fetch-tags: false
2026-06-16T05:03:35.5041842Z   show-progress: true
2026-06-16T05:03:35.5042203Z   lfs: false
2026-06-16T05:03:35.5042544Z   submodules: false
2026-06-16T05:03:35.5042921Z   set-safe-directory: true
2026-06-16T05:03:35.5043521Z ##[endgroup]
2026-06-16T05:03:35.5814508Z Syncing repository: SaberMage/spt-core
2026-06-16T05:03:35.5815992Z ##[group]Getting Git version info
2026-06-16T05:03:35.5816635Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-16T05:03:35.5817584Z [command]/usr/bin/git version
2026-06-16T05:03:35.5817990Z git version 2.43.0
2026-06-16T05:03:35.5828021Z ##[endgroup]
2026-06-16T05:03:35.5838910Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c67b8854-f5d2-44f6-83df-b0718b7b8046' before making global git config changes
2026-06-16T05:03:35.5840129Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T05:03:35.5842243Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T05:03:35.5874038Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-16T05:03:35.5893202Z https://github.com/SaberMage/spt-core
2026-06-16T05:03:35.5903146Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T05:03:35.5905566Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T05:03:35.5923820Z refs/heads/main
2026-06-16T05:03:35.5931217Z [command]/usr/bin/git checkout --detach
2026-06-16T05:03:35.6008719Z HEAD is now at ede1932 docs: frame adapter guidance positively (state what to do)
2026-06-16T05:03:35.6077494Z [command]/usr/bin/git branch --delete --force main
2026-06-16T05:03:35.6106120Z Deleted branch main (was ede1932).
2026-06-16T05:03:35.6110100Z ##[endgroup]
2026-06-16T05:03:35.6113126Z [command]/usr/bin/git submodule status
2026-06-16T05:03:35.6297029Z ##[group]Cleaning the repository
2026-06-16T05:03:35.6300464Z [command]/usr/bin/git clean -ffdx
2026-06-16T05:03:35.6326806Z Removing traceable-reqs
2026-06-16T05:03:35.6334978Z [command]/usr/bin/git reset --hard HEAD
2026-06-16T05:03:35.6379469Z HEAD is now at ede1932 docs: frame adapter guidance positively (state what to do)
2026-06-16T05:03:35.6384250Z ##[endgroup]
2026-06-16T05:03:35.6386145Z ##[group]Disabling automatic garbage collection
2026-06-16T05:03:35.6389372Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T05:03:35.6413259Z ##[endgroup]
2026-06-16T05:03:35.6413844Z ##[group]Setting up auth
2026-06-16T05:03:35.6418262Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T05:03:35.6442353Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T05:03:35.6625782Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T05:03:35.6653933Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T05:03:35.6843419Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T05:03:35.6867072Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T05:03:35.7050162Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T05:03:35.7078914Z ##[endgroup]
2026-06-16T05:03:35.7079807Z ##[group]Fetching the repository
2026-06-16T05:03:35.7085748Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d8cb7d5539100647d9a8958696275d551689047c:refs/remotes/pull/16/merge
2026-06-16T05:03:36.5477352Z From https://github.com/SaberMage/spt-core
2026-06-16T05:03:36.5478441Z    9d5fb63..221c0e7  m11-shell-substrate -> origin/m11-shell-substrate
2026-06-16T05:03:36.5506303Z ##[endgroup]
2026-06-16T05:03:36.5507062Z ##[group]Determining the checkout info
2026-06-16T05:03:36.5507817Z ##[endgroup]
2026-06-16T05:03:36.5517240Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T05:03:36.5557539Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T05:03:36.5581494Z ##[group]Checking out the ref
2026-06-16T05:03:36.5583641Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-06-16T05:03:36.5745957Z Previous HEAD position was ede1932 docs: frame adapter guidance positively (state what to do)
2026-06-16T05:03:36.5747674Z HEAD is now at d8cb7d5 Merge 221c0e7ff427f5a001ad47991c21c5e4aa18dd98 into 93754408a9612092dc85597cbe11efa28642f2fa
2026-06-16T05:03:36.5754353Z ##[endgroup]
2026-06-16T05:03:36.5791890Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T05:03:36.5814385Z d8cb7d5539100647d9a8958696275d551689047c
